home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBT / MOUSE.ZIP / !Mouse / Makefile < prev    next >
Makefile  |  1996-08-30  |  1KB  |  50 lines

  1. # Project:    Mouse
  2.  
  3.  
  4. # Toolflags:
  5. CC           = cc
  6. CCflags      = -fah -c -depend !Depend -IC: -throwback 
  7. Linkflags    = -o $@
  8.  
  9. Files        = o.mouse
  10. Libs         = C:o.Stubs DeskLib:o.DeskLib
  11.  
  12. # Final targets:
  13. !Runimage:    $(Files) $(Libs)
  14.               link $(Linkflags) $(Files) $(Libs)
  15.  
  16. #Rule patterns:
  17. VPATH        = @ @.^
  18. .SUFFIXES:    .o .c
  19. .c.o:;        $(CC) $(CCFlags) -o $@ $<
  20.  
  21.  
  22. # Dynamic dependencies:
  23. o.mouse:    c.mouse
  24. o.mouse:    C:h.stdio
  25. o.mouse:    DeskLib:h.Event
  26. o.mouse:    DeskLib:h.Core
  27. o.mouse:    DeskLib:h.Wimp
  28. o.mouse:    DeskLib:h.EventMsg
  29. o.mouse:    DeskLib:h.Resource
  30. o.mouse:    DeskLib:h.Sprite
  31. o.mouse:    DeskLib:h.Coord
  32. o.mouse:    DeskLib:h.Core
  33. o.mouse:    DeskLib:h.Icon
  34. o.mouse:    DeskLib:h.DragASpr
  35. o.mouse:    DeskLib:h.Menu
  36. o.mouse:    DeskLib:h.Screen
  37. o.mouse:    DeskLib:h.Msgs
  38. o.mouse:    DeskLib:h.Dialog2
  39. o.mouse:    DeskLib:h.Window
  40. o.mouse:    DeskLib:h.WimpSWIs
  41. o.mouse:    DeskLib:h.Pointer
  42. o.mouse:    DeskLib:h.Core
  43. o.mouse:    DeskLib:h.Icon
  44. o.mouse:    DeskLib:h.Window
  45. o.mouse:    DeskLib:h.Template
  46. o.mouse:    DeskLib:h.LinkList
  47. o.mouse:    DeskLib:h.Error
  48. o.mouse:    Desklib:h.Window
  49. o.mouse:    Desklib:h.Handler
  50.